@charset "UTF-8";
/*整站样式*/
html,body,dl,dd,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,button,input{margin:0;padding:0; border:0;}
body{font-size:12px;font-family:'宋体'; color:#444;}
input,textarea,button{padding: 0;}
h1,h2,h3,h4,h5,h6{font-weight: normal;color:#000;}
ul,ol,li{ list-style-type:none;}
img{border:0;}
select,input,textarea,button{  outline:none;}
table{border-collapse:collapse;border-spacing:0}
iframe{border:none;}
button:hover { cursor:pointer;}
a {color:#444;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;color:#144581;}
a:active{text-decoration:none;}
.hidden{display:none;visibility:hidden;}
.wrap{border: 0;padding:0;width:1100px;margin:0 auto;*zoom:1;}
.wrap:after{clear: both;content:"";display: table;}
.clear{clear:both;font-size:0;line-height:0;height:0;visibility:hidden;}
.clearfix:before, .clearfix:after {  
content:"";  
display:table;  
}  
.clearfix:after {  
clear:both;  
}  
.clearfix {  
zoom:1;  
} 
.fl{float: left;/*margin-top: 13px;*/}
.fr{float: right;}
.pors{position: relative;}
.absolute {position:absolute;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.layouts {
	position:relative;
	width:1200px;
	margin:0 auto;
	zoom:1;
}
.layouts:after {
   content:"";  
   display:table; 
   clear:both; 
}
.p40 {padding:40px 0;}
.p50 {padding:50px 0;}
.p100 {padding:100px 0;}
.p47 {padding:40px 0 70px;}
.p53 {padding:50px 0 30px;}
.p75 {padding:70px 0 50px;}\
.pt10 {padding-top:10px;}

.pt15 {padding-top:17px; }

.pt30 {padding-top:30px;}
.pt50 {padding-top:50px;}
.pt70 {padding-top:70px;}
.pb25 {padding-bottom:25px;}
.pb30 {padding-bottom:30px;}
.pb35 {padding-bottom:35px;}
.pb45 {padding-bottom:45px;}
.pb70 {padding-bottom:70px;}
.pl25 {padding-left:25px;}
.pl200 {padding-left:200px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt120 {margin-top:120px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb25 {margin-bottom:25px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mr10 {margin-right:10px;}
.z-index2 {z-index:2;}
.font12 {font-size:12px;}
.font14 {font-size:14px;}
.font16 {font-size:16px;}
.font18 {font-size:18px;}
.font20 {font-size:20px;}
.font22 {font-size:22px;}
.font24 {font-size:24px;}
.font42 {font-size:42px;}
.blue {color:#144581;}
.gray {color:#888;}
.c999 {color:#999;}
.border-b {border-bottom:1px solid #eee;}
.line-h2 {line-height:2;}
.bg1 {background-color:#f5f5f5;} 
/*-header-*/
.k-header {height:102px;}
.header {
	z-index:3;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background-color:#fff;
	border-bottom:1px solid #ddd;
}
.header .mask {
	z-index:1;
	position:absolute;
	left:0;
	top:100px;
	display:block;
	width:100%;
	height:80px;
    background-color:#fff;
}
.logo {
	display:block;
	width:480px;
	height:70px;
	background:url(../images/logo.png) no-repeat left top;
	text-indent:-9999px;
	margin-top: 14px;
}
.nav > li {
	float:left;
}
.nav > li > a {
	display:inline-block;
	height:46px;
	padding:0 15px;
	font-size:16px;
	color:#000;
	line-height:28px;
}
.nav > li.on > a,.nav > li > a:hover {
	color:#144581;
	font-weight:bold;
}
.nav > li.last {
	margin-left:22px;
	border:1px solid #aaa;
}
.nav > li.last a {
	height:28px;
	padding:0 22px;
}
.nav .mark {
	display:inline-block;
	padding-left:5px;
}
.sub {
	z-index:3;
	position:absolute;
	left:0;
	top:86px;
	width:98%;
	padding-left:2%;
	background:#24497D;
}
.sub-ul > li {
	float:left;
}
.product > li {
	float:left;
}
.sub-ul > li > a,.more-menu .per {
	position:relative;
	display:block;
	margin-right:30px;
	font-size:14px;
	color:#fff;
	line-height:80px;
}
.product .sub-ul > li > a {
	position:relative;
	width:200px;
	line-height:50px;
}
.sub-ul > li.on > a,.sub-ul > li > a:hover, {
	color:#fff;
}
.sub-ul > li > a .line,.more-menu .per .line {
    position:absolute;
    bottom:20px;
    left:0;
    display:none;
    width:100%;
    height:1px;
    background-color:#fff;
}
.sub-ul > li.on > a .line,.sub-ul > li > a:hover .line,.more-menu .per.on .line,.more-menu .per:hover .line {
	display:block;
}
.product .pro-per {
	display:block;
	width:160px;
	padding-left:40px;
	font-size:14px;
	color:#fff;
	line-height:30px;
}
.product .pro-per.on {
	color:#0468bb;
	border-color:#0468bb;
}
.product .p-menu-content {
	z-index:2;
	position:absolute;
	left:250px;
	top:20px;
	width:400px;
}
.product .p-m-con li {
    float:left;
    width:200px;
}
.product .p-m-con li a {
	color:#fff;
	line-height:30px;
}
.product .p-m-con li a:hover {
	color:#0468bb;
	text-decoration:underline;
}
.more-menu li {
	float:left;
}
.more-menu .per {
	color:#000;
}
.more-menu .per.on,.more-menu .per:hover {
	color:#144581;
}
.more-menu li .per .line {
	background-color:#144581;
}
/*banner*/
/* .fullSlide {
	width: 100%;
	background:#ffffff;
	margin: 0 auto;
	overflow:hidden;
	position: relative;
	*z-index: -1;
} */
.fullSlide {
    width: 100%;
    background: #ffffff;
    margin: 87px auto 0;
    overflow: hidden;
    position: relative;
}


.fullSlide .pic a {
	height:495px;
	display: block;
	margin: 0 auto;
}
.fullSlide .hd {
	width: 100%;
	margin: 0 auto;
	position:absolute;
	bottom: 20px;
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	*zoom:1;
	overflow:hidden;
	width: 35px;
	height: 4px;
	margin: 0 5px;
	background-color:#fff;
	opacity:0.5;
    filter: Alpha(opacity=50); 
}
.fullSlide .hd ul .on {
    opacity:1;
    filter: Alpha(opacity=100); 
}
.fullSlide .prev,.fullSlide .next {
	position:absolute;
	top:50%;
	display:none;
	width:30px;
	height:60px;
	margin-top:-30px;
	font-size:80px;
	font-family:'宋体';
	color:#fff;
	opacity:.75;
	filter: Alpha(opacity=75);
}
.fullSlide:hover .prev,.fullSlide:hover .next {
	display:block;
}
.fullSlide .prev {
	left:50%;
	margin-left:-580px;
}
.fullSlide .prev:hover,.fullSlide .next:hover {
	opacity:1;
	filter: Alpha(opacity=100);
}
.fullSlide .next {
	right:50%;
	margin-right:-580px;
}
/*-首页标题-*/
.index-title .title {
	margin-bottom:10px;
	font-size:30px;
	color:#000;
}
.index-title .tips {
	font-size:16px;
	line-height:25px;
}
.index-title .tips .more,.case-detail .more {
	display:inline-block;
    padding:0 70px;
	line-height:44px;
	border:1px solid #aaa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.index-title .tips .word {
	display:block;
	width:950px;
}
/*-在这里找到你所需的弹性体-*/
.index-3 {
	background-color:#efefef;
}
.index-3 .each-box-wrap {
	margin-left:-25px;
} 
.index-3 .each-box {
	position:relative;
	float:left;
	margin:0 0 25px 25px;
	padding:20px 0;
	background-color:#fff;
}
.index-3 .each-box:hover {
	top:-3px;
	box-shadow:0 0 25px #e4e4e4;
}
.index-3 .each-name {
	float:left;
	width:130px;
	text-align:center;
	border-right:1px solid #ddd;
}
.index-3 .each-name .title {
	margin-top:20px;
	font-size:20px;
	color:#000;
}
.index-3 .each-more {
	float:left;
	width:110px;
	margin:0 20px;
	font-size:14px;
	line-height:25px;
}
.index-3 .each-more a:hover {
	color:#144581;
}
/*-在这里继续你的生产-*/
.index-4 {
	min-height:640px;
}
.index-4 .mask {
	z-index:1;
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:100%;
	height:100%;
	background-color:#3c475e;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.index-4 .bg {
	position:absolute;
	width:100%;
	height:100%;
	background-position:0% 0%;
	transition:background-position .6s linear;
	-moz-transition:background-position .6s linear;
	-webkit-transition:background-position .6s linear;
}
.index-4 .bg.on {
    background-position:left bottom;
	transition:background-position .6s linear;
	-moz-transition:background-position .6s linear;
	-webkit-transition:background-position .6s linear;
} 
.index-4 .bg1 {
   background:url(../images/bg1-1.jpg) no-repeat;
}
.index-4 .bg2 {
   background:url(../images/bg1-2.jpg) no-repeat;
}
.index-4 .bg3 {
   background:url(../images/bg1-3.jpg) no-repeat;
}
.index-4 .bg4 {
   background:url(../images/bg1-4.jpg) no-repeat;
}
.index-4 .bg5 {
   background:url(../images/bg1-5.jpg) no-repeat;
}
.index-4 .side-bar {
	min-height:390px;
	padding-right:35px;
	border-right:1px solid #a1a5b1;
}
.index-4 .side-bar a {
	display:inline-block;
	width:170px;
	height:50px;
	font-size:18px;
	color:#fff;
	line-height:50px;
	padding-left:20px;
}
.index-4 .side-bar li.on a {
	background-color:#144581;
}
.index-4 .r-content {
	width:879px;
	padding:20px 30px 40px;
	margin-left:35px;
	background-color:#f0f1f3;
}
.index-4 .each-box .l-side {
	width:595px;
	margin-right:30px;
}
.index-4 .each-box .l-side .line {
	display:inline-block;
	width:22px;
	height:1px;
	background-color:#aaa;
}
.index-4 .each-box .tips {
	font-size:14px;
	line-height:30px;
}
.index-4 .each-box .more {
	display:inline-block;
	width:118px;
	margin:15px 0 25px;
	line-height:34px;
	font-size:14px;
	color:#000;
	text-align:center;
	border:1px solid #aaa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.index-4 .each-box .down-wrap .title {
	font-size:18px;
	line-height:44px;
	border-top:1px solid #e5e5e5;
}
.index-4 .each-box .example-box {
	border:2px solid #e5e5e5;
}
.index-4 .each-box .example-box li {
	float:left;
	margin-left:5px;
}
.index-4 .each-box .example-box li:first-child {
	margin-left:0;
}
/*-你需要的颜色这里可以得到定制-*/
.index-5 .bg-w {
   min-height:495px;
   background:url(../images/bg2-1.jpg) no-repeat center top;
}
.index-5 .blue-wrap {
	background-color:#144581;
}
.index-5 .blue-wrap a {
	font-size:30px;
	color:#fff;
	line-height:90px;
}
/*-更多的服务给你更快更顺利的生产-*/
.index-6 {
	background-color:#fdfdfd;
}
.index-6 .item-list li {
	position:relative;
	float:left;
	margin-left:42px;
	text-align:center;
	background-color:#fff;
	border:1px solid #e9e9e9;
	transition:all .2s linear;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear;
}
.index-6 .item-list li:hover {
	top:-3px;
	box-shadow:0 0 20px #efefef;
	transition:all .2s linear;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear;
}
.index-6 .item-list li:first-child {
	margin-left:0;
}
.index-6 .item-list .title {
	position:relative;
	padding:15px 0 25px;
	font-size:20px;
}
.index-6 .item-list .line {
	position:absolute;
	bottom:15px;
	left:50%;
	margin-left:-15px;
	display:block;
	width:30px;
	height:1px;
	background-color:#aaa;
}
.index-6 .item-list .text {
	padding-bottom:22px;
    font-size:14px;
    line-height:22px;
} 
/*-联系我们&提交需求-*/
.index-7 {
	position:relative;
	min-height:495px;
	background:url(../images/bg3-1.jpg) no-repeat;
	background-position:left top;
	transition:background-position 1s linear;
	-moz-transition:background-position 1s linear;
	-webkit-transition:background-position 1s linear;
}
.index-7.on {
    background-position:left bottom;
	transition:background-position 1s linear;
	-moz-transition:background-position 1s linear;
	-webkit-transition:background-position 1s linear;
} 
.index-7 .mask {
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:100%;
    height:100%;
    background-color:#000;
    opacity:0.3;
    filter:alpha(opacity=30);
}
.index-7 > div {
	z-index:1;
	position:relative;
}
.index-7 .contact-need a {
	display:inline-block;
	width:198px;
	height:44px;
	font-size:16px;
	color:#fff;
	line-height:44px;
	text-align:center;
	border:1px solid #bbbdc1;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.index-7 .contact-need a:hover,
.index-4 .each-box .more:hover,
.index-title .tips .more:hover,
.index-8 .tab-content .more:hover,
.case-detail .top-w .more:hover {
	color:#fff;
	background-color:#aaa;
	border-color:#aaa;
}
.index-7 .contact-need a.on{
	color:#fff;
	background-color:#144581;
	border-color:#144581;
}
/*-问题&活动-*/
.index-8 {
	padding:65px 0 50px;
}
.index-8 .l-side {
	float:left;
	width:600px;
}
.index-8 .r-side {
    float:left;
    width:600px;
}
.index-8 .title {
	float:left;
	display:inline-block;
	padding-bottom:25px;
	font-size:32px;
}
.index-8 .tab-list li {
	float:left;
}
.index-8 .tab-list li a {
	position:relative;
	margin-left:30px;
	line-height:40px;
}
.index-8 .tab-list li.on a {
	color:#144581;
}
.index-8 .tab-list .line {
	position:absolute;
	bottom:-10px;
	left:0;
	display:none;
	width:100%;
	height:1px;
	background-color:#144581;
}
.index-8 .tab-list li.on .line {
	display:block;
}
.index-8 .tab-content li {
	float:left;
	width:46.5%;
	padding-right:3.5%;
} 
.index-8 .tab-content li a {
	display:block;
	font-size:14px;
	line-height:45px;
	white-space:nowrap;
	overflow:hidden;
}
.index-8 .tab-content li a:hover {
	color:#144581;
}
.index-8 .tab-content .more {
	display:inline-block;
	width:154px;
	margin-top:15px;
	line-height:40px;
	text-align:center;
	border:1px solid #aaa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.index-8 .r-side .activity {
	min-height:250px;
	background:url(../images/bg5-1.png) no-repeat right bottom;
}
.index-8 .r-side .ac-title {
	min-height:130px;
	color:#fff;
	background:url(../images/bg5-2.jpg) no-repeat right top;
}
.index-8 .r-side .ac-title .stitle {
	padding-top:22px;
	font-size:32px;
	color:#fff;
}
.index-8 .r-side .ac-title .tips {
	margin-top:13px;
	font-size:16px;
}
.index-8 .r-side .per-ac a {
	line-height:50px;
	white-space:nowrap;
}
.index-8 .r-side .per-ac a:hover {
	color:#144581;
}
/*-快速查找-*/
.search-wrap {
	height:60px;
	text-align:center;
	background-color:#b52638;
}
.search-wrap .title {
    font-size:24px;
    color:#ddd;
    line-height:60px;
}
.search-wrap .detail {
	display:inline-block;
	width:390px;
	height:38px;
	padding-left:10px;
	margin-left:15px;
	line-height:38px;
	color:#e399a2;
	text-align:left;
	background:url(../images/search.png) no-repeat left top;
	vertical-align:3px;
}
/*footer*/
.top-footer {
	min-height:460px;
	padding:55px 0;
	background:url(../images/bg4-1.jpg)repeat left top;
}
.top-footer .each-one {
	float:left;
	width:155px;
	color:#fff;
}
.top-footer .each-one dt {
	margin-bottom:15px;
	font-size:20px;
}
.top-footer .each-one .each {
	display:block;
	line-height:28px;
	color:#ccc;
}
.top-footer .each-one .each:hover {
	color:#fff;
}
.top-footer .each-one.last {
	float:right;
	width:395px;
	padding-left:29px;
	border-left:1px solid #3c5f8a;
}
.top-footer .each-one .code-wrap {
	position:relative;
	float:left;
	width:130px;
	padding:15px;
	color:#666;
	text-align:center;
	background-color:#fff;
}
.top-footer .each-one .code-wrap .str {
	position:absolute;
	right:-9px;
	top:25px;
	display:block;
	height:14px;
	width:9px;
	background:url(../images/str.png) no-repeat left top;
}
.top-footer .each-one .code-wrap .str.str1 {
	top:65px;
}
.top-footer .each-one .code-wrap .str.str2 {
	top:110px;
}
.top-footer .r-side {
	float:left;
	width:190px;
	margin-left:25px;
} 
.top-footer .r-side a {
	display:block;
	margin-top:15px;
	color:#ddd;
	line-height:28px;
}
.top-footer .r-side .icon {
	display:inline-block;
	width:28px;
	height:28px;
	margin-right:5px;
	vertical-align:-10px;
}
.top-footer .r-side .icon1 {
	background:url(../images/index5-1.png) no-repeat left top;
}
.top-footer .r-side .icon2 {
	background:url(../images/index5-2.png) no-repeat left top;
}
.top-footer .r-side .icon3 {
	background:url(../images/index5-3.png) no-repeat left top;
}
.top-footer .each-one .pic-text {
	font-size:14px;
	color:#ddd;
	line-height:30px;
}
.top-footer .each-one .pic-text a {
	color:#ddd;
}
.top-footer .each-one .pic-text .icon {
	float:left;
	display:inline-block;
	margin-top:7px;
	margin-right:10px;
	width:18px;
	height:18px;
}
.top-footer .each-one .pic-text .icon1 {
	background:url(../images/index5-4.png) no-repeat left top;
}
.top-footer .each-one .pic-text .icon2 {
	background:url(../images/index5-5.png) no-repeat left top;
}
.footer .bottom .link-wrap {
	padding:22px 0;
	font-size:14px;
	border-bottom:1px solid #aaa;
}
.footer .bottom .link-wrap a{
	margin-right:20px
}
.footer .bottom .link-wrap a:hover {
	color:#144581;
}
.footer .bottom-b {
	padding-bottom:10px;
	line-height:50px;
}
.footer .bottom-b a:hover {
	color:#144581;
} 
/*float-wrap*/
.float-wrap {
	z-index:100;
	position:fixed;
	right:0;
	bottom:400px;
}
.float-wrap .float {
	position:relative;
	display:block;
	width:80px;
	height:80px;
	margin-bottom:1px;
	background:url(../images/float.png) no-repeat;
}
.float-wrap .float1 {
   background-position:left top;
}
.float-wrap .float1:hover {
   background-position:right top;
}
.float-wrap .float2 {
   background-position:left bottom;
}
.float-wrap .float2:hover {
   background-position:right bottom;
}
.float-wrap .float2 .code {
	position:absolute;
	top:-50px;
	left:-180px;
	display:none;
}
.float-wrap .float2:hover .code {
	display:block;
}
/*内页banner*/
.page-banner {
	min-height:500px;
}
.page-banner .text-wrap {
	padding-top:45px;
	font-family:'Microsoft Yahei';
}
.page-banner .text-wrap .title1 {
    padding-top:80px;
    margin-bottom:5px;
    font-size:24px;
    color:#fff;
}
.page-banner .text-wrap .title {
	font-size:32px;
	color:#fff;
} 
.page-banner .text-wrap .tips {
	padding:15px 0;
	font-size:14px;
	color:#abd2f2;
	line-height:22px;
}
.page-banner .contact-need a {
	display:inline-block;
    width:142px;
    height:38px;
    font-size:14px;
    color:#fff;
    line-height:38px;
    text-align:center;
    border:1px solid #648aaf;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.page-banner .contact-need a:hover {
	color:#144581;
	background-color:#fff;
}
.page-banner .message-box {
	padding-top:40px;
	font-family:'Microsoft Yahei';
}
.page-banner .message-box h3 {
	margin-bottom:10px;
	font-size:20px;
	color:#fff;
}
.page-banner .message-box .input-wrap > div {
	display:inline-block;
}
.page-banner .message-box .input-text {
	width:185px;
	padding-left:10px;
	margin-right:7px;
	color:#aaa;
	line-height:40px;
	/*background-color:rgba(0,0,0,0);*/
	border:1px solid #829cb3;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.page-banner .message-box .textarea {
	width:372px;
	height:80px;
	padding:15px;
	color:#aaa;
	/*background-color:rgba(0,0,0,0);*/
	border:1px solid #829cb3;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.page-banner .message-box .submit {
	width:108px;
	line-height:40px;
	font-weight:bold;
	color:#fff;
	background-color:rgba(0,0,0,0);
	border:1px solid #829cb3;
	cursor:pointer;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.page-banner .search-input {
	width:610px;
	margin:20px auto 10px;
}
.page-banner .search-input .input-text {
	width:550px;
	height:40px;
	padding-left:15px;
	font-size:14px;
	color:#9ab7da;
	line-height:40px;
	background-color:#144581;
}
.page-banner .search-input .submit {
	height:45px;
	width:45px;
	background:url(../images/search3.png) no-repeat left top;
	text-indent:-9999px;
	cursor:pointer;
}
.page-banner .hot-search,.page-banner .hot-search a {
	font-size:14px;
	color:#75b5ea;
}
/*-page-title-*/
.page-title {
	position:relative;
	padding:40px 0 40px 13px;
	font-size:22px;
	color:#222;
}
.page-title .line {
	position:absolute;
	left:0;
	top:40px;
	display:block;
	width:2px;
	height:24px;
	background-color:#144581;
}
.more-title {
	position:relative;
	width:200px;
	height:45px;
	margin:20px auto 30px;
	text-align:center;
	border:1px solid #ddd;
}
.more-title .title1 {
	position:absolute;
	top:-10px;
	left:25%;
	padding:0 10px;
	background-color:#fff;
}
.more-title .title2 {
   margin-top:15px;
   font-family:'Times New Roman';
   font-size:18px;
   color:#999;
}
/*应用领域*/
.area-1 .text-wrap {
    margin-left:450px;
    font-size:14px;
    line-height:30px;
}
.area-1 .text-wrap .dot {
	display:inline-block;
	width:3px;
	height:3px;
	margin-right:12px;
	background-color:#144581;
	vertical-align:3px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.area-2 {
	background-color:#f5f5f5;
}
.area-2 .item-list,.area-3 .item-list {
	margin-left:-12px;
}
.area-2 .item-list li,.area-3 .item-list li {
	float:left;
	width:230px;
	margin:0 0 12px 12px;
	line-height:24px;
	text-align:center;
	background-color:#fff;
}
.area-2 .item-list .each {
	display:block;
	padding:10px;
}
.area-2 .item-list .each:hover,.area-3 .item-list .each:hover h3 {
	color:#144581;
}
.area-3 .item-list li {
	float:left;
}
.area-3 .item-list .each {
	display:block;
	padding:20px 0;
	background-color:#f5f5f5;
}
.area-3 .item-list .each h3 {
	margin-bottom:20px;
	font-size:16px;
}
.area-3 .item-list .each img {
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
/*资讯中心*/
.news-content .side-menu {
	float:left;
	width:218px;
	margin-right:40px;
	padding-bottom:20px;
	text-align:center;
	border:1px solid #d1d4d8;
}
.news-content .side-menu dt {
	font-size:20px;
	line-height:78px;
	border-bottom:1px solid #d1d4d8;
}
.news-content .side-menu dd a {
	display:block;
	margin-bottom:1px;
	font-size:14px;
	line-height:45px;
}
.news-content .side-menu dd a.on,.news-content .side-menu dd a:hover {
	color:#fff;
	background-color:#144581;
}
.news-content .news-list,.news-content .news-detail {
	float:left;
	width:940px;
	min-height:600px;
}
.news-content .news-list .each {
	padding:30px 0;
	border-bottom:1px solid #eee;
}
.news-content .news-list .each:first-child {
	padding:0 0 30px 0;
} 
.news-content .news-list .r-side {
	float:left;
	width:660px;
	margin-left:40px;
}
.news-content .news-list .title {
	line-height:40px;
}
.news-content .news-list h3 > a {
	font-size:16px;
	color:#000;
}
.news-content .news-list .detail {
	max-height:48px;
    color:#999;
    line-height:2;
    overflow:hidden;
}
.news-content .news-list .more,
.news-list .each:hover h3 > a,
.news-content .page-size a.on,
.news-content .page-size a:hover,
.news-content .news-detail .p-n-back a:hover,
.case-list .page-size a.on,
.case-list .page-size a:hover {
	color:#144581;
}
.news-content .page-size {
	padding:35px 0 55px;
	font-size:14px;
} 
.join .page-size {
	padding:35px 45px 45px;
	font-size:14px;
} 
/*资讯详情*/
.bread-crumb {
	padding-bottom:15px;
	margin-bottom:30px;
	color:#777;
}
.bread-crumb a {
	color:#777;
}
.bread-crumb a:hover {
	color:#144581;
}
.news-content .news-detail {
	padding:30px 40px;
	border:1px solid #ddd;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.news-content .news-detail .title {
	padding-bottom:15px;
    text-align:center;
    border-bottom:1px solid #ddd;
}
.news-content .news-detail .share-wrap {
	float:right;
}
.news-content .news-detail .share-wrap .share,.help-content .share {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../images/share.png) no-repeat;
	vertical-align:-3px;
}
.news-content .news-detail .date-share {
	margin-bottom:15px;
	line-height:50px;
}
.news-content .news-detail .share-wrap .share1,.help-content .share1 {
	background-position:left top;
}
.news-content .news-detail .share-wrap .share2,.help-content .share2 {
	background-position:-22px top;
}
.news-content .news-detail .share-wrap .share3,.help-content .share3 {
	background-position:-44px top;
}
.news-content .news-detail .share-wrap .share4,.help-content .share4 {
	background-position:-66px top;
}
.news-content .news-detail .share-wrap .share5,.help-content .share5 {
	background-position:-88px top;
}
.news-content .news-detail .share-wrap .share6,.help-content .share6 {
	background-position:right top;
}
.news-content .news-detail .detail {
	font-size:16px;
	font-weight:bold;
	line-height:2;
}
.news-content .news-detail .p-n-back,.case-detail .p-n-back {
	padding-top:20px;
	color:#888;
	border-top:1px solid #ddd;
}
.p-n-back .item-list {
	float:left;
	width:800px;
}
.p-n-back .item-list li {
	float:left;
	width:320px;
	height:18px;
	padding:0 20px 15px 0;
	font-size:14px;
	overflow:hidden;
}
/*客户案例*/
.case-tab {
	text-align:center;
	border-bottom:1px solid #eee;
}
.case-tab .tab {
	position:relative;
	display:inline-block;
	margin:0 15px;
	font-size:20px;
	line-height:45px;
}
.case-tab .tab.on,.case-tab .tab:hover {
	color:#144581;
}
.case-tab .tab .line {
	position:absolute;
	left:0;
	bottom:0;
	display:none;
	height:2px;
	width:100%;
	background-color:#144581;
}
.case-tab .tab:hover .line,.case-tab .tab.on .line {
	display:block;
}
.case-list li {
	float:left;
	margin-bottom:40px;
	padding:0 24px;
	border-left:1px solid #d1e6ff;
	text-align:center;
}
.case-list li.none {
	border-left:0;
}
.case-list li a {
	display:block;
    padding:25px;
    font-size:16px;
    line-height:25px;
}
.case-list li a:hover {
	color:#144581;
	box-shadow:0 0 20px #eef2f6;
	-moz-box-shadow:0 0 20px #eef2f6;
	-webkit-box-shadow:0 0 20px #eef2f6;
}
.case-detail .top-w .more {
	font-size:14px;
	color:#144581;
	border-color:#144581;
}
/*加入我们*/
.join-box {
	border-top:2px solid #ccc;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.join-box .join-list > li {
	margin:0 45px;
	font-size:14px;
	line-height:55px;
	border-bottom:1px dotted #ddd;
}
.join-box .join-list > li:first-child {
	margin:0;
	padding:0 45px;
	color:#666;
	border-bottom:0 none;
	background-color:#f2f2f2;
	border-top:;
}
.join-box .join-list >li li {
   float:left;
}
.join-box .join-list .item1 {
	width:330px;
	padding-left:30px;
}
.join-box .join-list .item2 {
	width:250px;
}
.join-box .join-list .item3 {
	width:165px;
}
/*订单需求*/
.need-total {
	min-height:850px;
	background:url(../images/need-bg.jpg) no-repeat center top;
}
.need-total .title {
	padding:55px 0 15px;
	font-size:30px;
	color:#fff;
}
.need-total .side {
	width:585px;
}
.need-total .l-side .input-text {
	padding-left:20px;
	font-size:14px;
	color:#999;
	line-height:50px;
	background-color:#fff;
	border:0 none;
}
.need-total .l-side .input-text.it1 {
	width:564px;
}
.need-total .l-side .input-text.it2 {
	width:267px;
}
.need-total .textarea {
	width:92%;
	padding:4%;
	font-size:14px;
	color:#999;
	line-height:1.5;
	border:0 none;
	background-color:#fff;
}
.need-total .code-submit .submit {
	width:140px;
	height:50px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:50px;
	background-color:#144581;
}
/*-搜索内页-*/
.search-search {
	padding-top:30px;
	background-color:#eee;
	border-bottom:1px solid #ddd;
}
.search-search .input-text {
	width:780px;
	padding-left:20px;
	color:#999;
	line-height:41px;
	border:2px solid #144581;
}
.search-search .submit {
	width:55px;
	height:45px;
	background:url(../images/search2.png) no-repeat left top;
	text-indent:-9999px;
	cursor:pointer;
}
.search-search .find-more a {
	display:inline-block;
	margin-right:15px;
	font-size:14px;
	line-height:45px;
}
.search-tab {
	padding-top:15px;
	border-bottom:1px solid #ddd;
}
.search-tab .tab {
	position:relative;
	margin-right:50px;
	font-size:18px;
	line-height:45px;
}
.search-tab .tab.on {
	color:#144581;
}
.search-tab .tab .line {
	position:absolute;
	bottom:-15px;
	left:0;
	display:none;
	width:100%;
	height:2px;
	background-color:#144581;
}
.search-tab .tab:hover .line,.search-tab .tab.on .line {
	display:block;
}
.search-list .each {
    padding-top:30px;
    font-size:14px;
}
.search-list .each h3 > a {
	font-size:16px;
	color:#e36628;
}
.search-list .each .text {
	line-height:30px;
}
.search-list .each .tips {
	color:#999;
}
/*-产品内页-*/
.product-1 .l-side {
	width:755px;
}
.product-1 .l-side .title {
	margin-bottom:20px;
    font-size:30px;
}
.product-1 .l-side .text {
	height:205px;
	font-size:14px;
	line-height:30px;
	overflow:hidden;
}
.product-1 .fullSlide{
	background-color:#fff;
	width:400px;
	height:270px;
	overflow:hidden;
}
.product-1 .fullSlide .hd {
	bottom:0;
}
.product-1 .fullSlide .hd ul {
	text-align:right;
}
.product-1 .fullSlide .bd ul {
	height:250px!important;
}
.product-1 .fullSlide .bd li {
	width:100%!important;
	height:250px!important;
	text-align:left;
}
.product-1 .fullSlide .bd a {
	display:block;
	width:100%;
	height:100%;
}
.product-1 .fullSlide .hd li {
	height:9px;
	width:9px;
	text-indent:9999px;
	background-color:#aaa;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.product-1 .fullSlide .hd .on {
	background-color:#144581;
}
.product-2 .title {
	padding-top:60px;
	margin-bottom:70px;
	font-size:30px;
	color:#fff;
	text-align:center;
}
.product-3 .item-list li {
	float:left;
	padding:30px 42px;
	margin-left:13px;
	font-size:14px;
	text-align:center;
	background-color:#f5f5f5;
}
.product-3 .item-list li:first-child {
	margin-left:0;
}
.product-3 .item-list li img {
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.product-3 .table-1,.product-detail .table-1,.product-detail .table-2 {
	font-size:14px;
	line-height:40px;
	text-align:center;
}
.product-3 .table-1 th,.product-detail .table-1 th,.product-detail .table-2 th {
	border:1px solid #ddd;
	background-color:#f2f2f2;
}
.product-3 .table-1 td,.product-detail .table-1 td,.product-detail .table-2 td {
	border:1px solid #ddd;
}
.product-3 .table-2 {
	padding:0 40px 45px;
	font-size:14px;
	line-height:55px;
	border:1px solid #eee;
}
.product-3 .table-2 td {
	border-bottom:1px solid #bbb;
}
.product-3 .table-2 tr td:nth-child(odd) {
	border-right:35px solid #fff;
}
.product-3 .table-2 tr td:nth-child(even) {
   border-right:60px solid #fff;
}
.product-3 .table-2 tr td:last-child {
	border-right:0 none;
}
.product-4 .q-list,.product-detail .q-list {
	width:1100px;
}
.product-4 .q-list li,.product-detail .q-list li {
	float:left;
	width:30%;
	margin-right:3%;
	margin-bottom:15px;
	font-size:14px;
	color:#666;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.back-index .back,
.product-detail .pro-cont .r-side .m-m,
.service-title .more {
	display:inline-block;
	width:133px;
	margin-top:15px;
	font-size:14px;
	color:#000;
	line-height:36px;
	text-align:center;
	border:1px solid #aaa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.back-index .back:hover,.product-detail .pro-cont .r-side .m-m:hover,.service-title .more:hover {
	color:#fff;
	background-color:#144581;
	border-color:#144581;
}
/*产品详情放大镜*/
.preview{width:280px; height:280px; padding:5px; border:1px solid #ddd;}
/* bigImg */
.bigImg{position:relative; float:left; width:280px; height:280px; overflow:hidden;}
.bigImg #midimg{width:280px; height:280px;}
.bigImg #winSelector{width:120px; height:120px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
#bigView{position:absolute;border: 1px solid #ddd; overflow: hidden; z-index:999;}
#bigView img{position:absolute;}
/*产品详情*/
.product-detail .product-tab ul {
   border-bottom:1px solid #ccc;
}
.product-detail .product-tab.fix {
	z-index: 1;
    position: fixed;
    top: 118px;
    left: 0;
    width:100%;
    background-color:#fff;
}
.product-detail .product-tab li {
	float:left;
	margin-bottom:-1px;
}
.product-detail .product-tab .tab {
	display:block;
	width:130px;
	margin-left:10px;
	font-size:14px;
	line-height:40px;
	text-align:center;
	background-color:#f2f2f2;
	border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
}
.product-detail .product-tab .tab.on,.product-detail .product-tab .tab:hover {
	margin-bottom:-1px;
	background-color:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
}
.product-detail .product-tab .need {
	position:absolute;
	right:0;
	display:block;
    padding:0 70px;
    font-size:14px;
	line-height:40px;
	background-color:#eee;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.product-detail .product-tab .need:hover {
	color:#fff;
	background-color:#144581;
}
.product-detail .pro-cont .r-side {
	float:left;
	width:850px;
	margin-left:50px;
}
.product-detail .pro-cont .r-side .text {
	max-height:175px;
	font-size:14px;
	line-height:36px;
	overflow:hidden;
}
.product-detail .other-product {
	margin-top:50px;
	padding-bottom:50px;
	background-color:#f8f8f8;
}
.product-detail .other-product li {
	float:left;
	padding:10px;
	margin-left:12px;
	line-height:2;
	background-color:#fff;
	text-align:center;
}
.product-detail .other-product li:first-child {
	margin-left:0;
}
.product-detail .p-each-detail .t-text {
	font-size:14px;
	line-height:2;
	word-wrap: break-word;
}
/*-service-*/
.service-1-1 .img-wrap {
   padding:0 120px 0 60px;
}
.service-1-1 .text-wrap {
	float:left;
	width:100%;
	line-height:2;
}
.service-1-1 .text-wrap .dot {
	display:inline-block;
	width:3px;
	height:3px;
	margin-right:5px;
	background-color:#144581;
	vertical-align:2px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.service-1-2 {
	min-height:450px;
	background:url(../images/service2.jpg) no-repeat center top;
} 
.service-title {
	padding:45px 0 35px;
	font-size:24px;
	color:#444;
	text-align:center;
}
.service-1-2 .item-list {
	margin-top:130px;
	padding:0 105px;
}
.service-1-2 .item-list li {
    float:left;
    width:180px;
    height:30px;
    padding-left:80px;
    font-size:14px;
    color:#fff;
    line-height:30px;
    text-align:center;
    overflow:hidden;
}
.service-1-2 .item-list li:first-child {
	padding-left:0;
}
.service-1-3 .ladyScroll {
	padding:50px 40px 80px;
}
.service-1-3 .ladyScroll .prev,.service-1-3 .ladyScroll .next {
	position:absolute;
    display:block;
    width:35px;
    height:35px;
    top:50%;
    margin-top:-50px;
    line-height:35px;
    font-size:22px;
    text-align:center;
    border:1px solid #ddd;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.service-1-3 .ladyScroll .prev {
	left:0;
}
.service-1-3 .ladyScroll .next {
	right:0;
}
.service-1-3 .ladyScroll .prev:hover,.service-1-3 .ladyScroll .next:hover {
    color:#144581;
    border-color:#144581;
} 
.service-1-3 .dlList dl {
	float:left;
	width:140px;
	font-size:14px;
	color:#888;
	line-height:2;
	text-align:center;
}
.service-1-3 .dlList .d-l {
	position:relative;
}
.service-1-3 .dlList .dot {
	display:inline-block;
	width:14px;
	height:14px;
	background-color:#ccc;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.service-1-3 .dlList .line {
	z-index:-1;
	position:absolute;
	top:50%;
	left:0;
	display:block;
	width:100%;
	height:2px;
	margin-top:-3px;
	background-color:#ddd;
}
.service-1-3 .dlList .text {
	height:56px;
   padding:0 15px;
   overflow:hidden;
}
.service-1-4 .item-list li {
	float:left;
	border-left:1px solid #d1e6ff;
	text-align:center;
}
.service-1-4 .item-list li:first-child {
	border-left:0 none;
} 
.service-1-4 .item-list .each {
	display:block;
	padding:15px 5px 25px;
	margin:0 14px;
	font-size:14px;
}
.service-1-4 .item-list .each:hover {
	color:#144581;
	box-shadow:0 0 15px #144581;
	-moz-box-shadow:0 0 15px #144581;
	-webkit-box-shadow:0 0 15px #144581;
}
.service-1-5 {
	background-color:#f5f5f5;
}
.service-1-5 .item-list li {
	float:left;
	margin-left:12px;
}
.service-1-5 .item-list li:first-child {
	margin-left:0;
}
.service-1-5 .item-list .each {
	display:block;
	padding:10px;
	font-size:14px;
	text-align:center;
	line-height:2;
	background-color:#fff;
}
.service-1-5 .item-list .each:hover {
	box-shadow:0 0 15px #144581;
	-moz-box-shadow:0 0 15px #144581;
	-webkit-box-shadow:0 0 15px #144581;
}
.service-search {
	position:relative;
	height:40px;
	padding:25px 0;
	margin-top:-30px;
}
.service-search .search-box {
	position:absolute;
	left:50%;
	margin-left:-200px;
}
.service-search .input-text {
	float:left;
	width:348px;
	height:36px;
	padding-left:10px;
	line-height:36px;
	border:2px solid #ccc;
}
.service-search .submit {
	float:left;
	width:40px;
	height:40px;
	margin-left:-2px;
	background:url(../images/search3.png) no-repeat left top;
	text-indent:-9999px;
}
.p-service-list > div {
	overflow:hidden;
}
.p-service-list ul {
    margin-left:-1px;
}
.p-service-list li {
	float:left;
	padding:0 24px;
	margin-top:40px;
	font-size:14px;
	border-left:1px solid #d1e6ff;
	text-align:center;
	line-height:2;
}
.p-service-list .each {
	display:block;
}
.p-service-list .each:hover {
	box-shadow:0 0 15px #144581;
	-moz-box-shadow:0 0 15px #144581;
	-webkit-box-shadow:0 0 15px #144581;
}
/*-帮助文档-*/
.help-tab {
	text-align:center;
	border-bottom:1px solid #eee;
}
.help-tab .tab {
	position:relative;
	display:inline-block;
	margin:0 15px;
	font-size:20px;
	line-height:50px;
}
.help-tab .tab.on {
	color:#144581;
}
.help-tab .tab .line {
	position:absolute;
	left:0;
	bottom:-1px;
	display:none;
	width:100%;
	height:2px;
	background-color:#144581;
}
.help-tab .tab:hover .line,
.help-tab .tab.on .line {
	display:block;
}
.help-list {

}
.help-list > div {
	padding-top:30px;
	overflow:hidden;
}
.help-list ul {
	margin-left:-90px;
}
.help-list li {
	float:left;
	width:550px;
	margin-left:90px;
	font-size:14px;
	line-height:54px;
	border-bottom:1px dotted #ddd;
}
.help-list li .see {
	padding-left:25px;
	background:url(../images/eye1.png) no-repeat left center;
}
.still-question {
	width:100%;
	margin-bottom:60px;
	text-align:center;
	font-size:14px;
	line-height:48px;
	border:1px solid #ddd;
}
.still-question img {
	display:inline-block;
	margin:0 5px;
	vertical-align:-3px;
}
.help-content .gray-box {
	width:790px;
	padding:30px 45px 50px;
	border:1px solid #ddd;
}
/*文档中心*/
.document .list-total {
	margin-left:-20px;
	overflow:hidden;
}
.document .each-one {
	float:left;
	width:283px;
	margin:0 0 20px 20px;
	border:1px solid #ddd;
}
.document .each-one .title {
	padding-left:25px;
	font-size:20px;
	line-height:42px;
	background-color:#eef6ff;
}
.document .mCustomScrollbar {
	height:250px;
	padding:15px 25px;
	overflow:hidden;
}
.document .each-one a {
	font-size:14px;
	line-height:30px;
}
.document .mCSB_draggerContainer {
	top:10px;
}
.document .mCSB_draggerRail {
	background-color:#e3e3e3;
}
.document .mCSB_dragger_bar {
	background-color:#a1a1a1;
}
.document1 .each {
	display:block;
	font-size:14px;
	color:#888;
	line-height:50px;
	border-bottom:1px solid #eee;
}
.document1 .pdf {
	padding-left:15px;
	background:url(../images/str2.png) no-repeat left center;
}
.document1 li a:hover .pdf {
   color:#0a68bb;
}
.document1 .down {
	display:inline-block;
	padding-left:25px;
	background:url(../images/down3.png) no-repeat left center;
}
.document1 .each:hover .pdf,.document1 .each:hover .down {
	color:#144581;
}


/*float-wrap*/
.float-wrap {
	z-index:100;
	position:fixed;
	right:0;
	bottom:380px;
}
.float-wrap .float {
	position:relative;
	display:block;
	width:48px;
	height:48px;
	margin-bottom:1px;
	background:url(../images/float.png) no-repeat;
}
.float-wrap .float1 {
   background-position:left top;
}
.float-wrap .float1:hover {
   background-position:-48px top;
}
.float-wrap .float2 {
   background-position:left bottom;
}
.float-wrap .float2:hover {
   background-position:-48px bottom;
}
.float-wrap .float2 .code {
	position:absolute;
	top:-50px;
	left:-180px;
	display:none;
}
.float-wrap .float2:hover .code {
	display:block;
}
.float-wrap .float.float3 {
	background:url(../images/need.png) no-repeat left top;
} 
.float-wrap .float4 {
	background-position:right top;
}
.float-wrap .float4 .phone {
	position:absolute;
	right:49px;
	top:0;
	display:none;
	width:150px;
	height:48px;
	line-height:48px;
	font-size:20px;
	color:#fff;
	background:rgba(153,153,153,.8);
	text-align:center;
}
.float-wrap .float4:hover .phone {
	display:block;
}
.float-wrap .top {
	background-position:right bottom;
}



.ride-side.fixed { 
	position: fixed;
    right: 18.5%;
    top: 102px;
    background-color: #fff;
    z-index: 9999;

}








